home *** CD-ROM | disk | FTP | other *** search
/ Building Homes of Our Own / Building Homes of our Own.iso / setup / data1.cab / Everything / working / houCons.dxr / exitFrameScripts_30.ls < prev    next >
Encoding:
Text File  |  2002-09-25  |  254 b   |  10 lines

  1. on exitFrame me
  2.   global gConMan
  3.   nextFrame = getNextInteriorLabelToGoTo(gConMan)
  4.   if (nextFrame = "int_fire") or (nextFrame = "int_stair") or (nextFrame = "Int_KitchStyles") then
  5.     go(label("int_FloorOR") + 12)
  6.   else
  7.     go(nextFrame)
  8.   end if
  9. end
  10.